home *** CD-ROM | disk | FTP | other *** search
- object unnmlist: Tunnmlist
- Left = 229
- Top = 118
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Unnumbered List'
- ClientHeight = 215
- ClientWidth = 257
- Color = clSilver
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 120
- TextHeight = 20
- object BitBtn1: TBitBtn
- Left = 16
- Top = 173
- Width = 89
- Height = 33
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 152
- Top = 173
- Width = 89
- Height = 33
- TabOrder = 2
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 16
- Width = 225
- Height = 145
- Caption = 'Bullet Type'
- Color = clSilver
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 0
- object RadioButton1: TRadioButton
- Left = 56
- Top = 56
- Width = 113
- Height = 17
- Caption = 'Disk'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object RadioButton2: TRadioButton
- Left = 56
- Top = 80
- Width = 113
- Height = 17
- Caption = 'Circle'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- object RadioButton3: TRadioButton
- Left = 56
- Top = 104
- Width = 113
- Height = 17
- Caption = 'Square'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- end
- object RadioButton4: TRadioButton
- Left = 56
- Top = 32
- Width = 113
- Height = 17
- Caption = 'Default'
- Checked = True
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- TabStop = True
- end
- end
- end
-